Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerAsyncAlways<T> Delegate |
public delegate void DocumentViewerAsyncAlways<T>( DocumentViewerAsyncOperation<T> operation )
'Declaration
Public Delegate Sub DocumentViewerAsyncAlways(Of T)( _ ByVal operation As DocumentViewerAsyncOperation(Of T) _ )
'Usage
Dim instance As New DocumentViewerAsyncAlways(Of T)(AddressOf HandlerMethod)
generic<typename T> public delegate void DocumentViewerAsyncAlways( DocumentViewerAsyncOperation<T^>^ operation )